Welcome![Sign In][Sign Up]
Location:
Search - vc o

Search list

[Com PortVCchuankoutongxin

Description: 用VC 6.O实现的一个串口通信例程,希望能对初学者有所帮助.-VC 6.0 of a serial communication routines, hoping to help beginners.
Platform: | Size: 6780 | Author: 王峰 | Hits:

[Speech/Voice recognition/combineMS-agent

Description: msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的COM接口封装起来,转变为简单的函数调用,很好的实现对Agent的控制。同时AgentShell也作为一个独立的程序,可处理英文自动朗读等功能,本文将详细介绍其实现原理。 (一) 原理介绍 AgentShell和Agent Server的连接是通过COM调用来实现的,对于与应用程序的通信是通过WM_COPYDATA消息来实现的, 下图表示出AgentShell与其它程序的关系: [ Agent Server ] ¦ [ COM调用 ] ¦ [ AgentShell ] ¦ [ 消息 ] ¦ [ 应用程序 ]-msagent documentation. Robot Interface Agent, COM, role, voice recognition, voice synthesis. Right Agent programming method mainly used VB, VC language called ActiveX. in addition to direct VC calls for COM programming. In VB called Agent is the most simple, but VB program itself, there are many shortcomings, very difficult to be applied in practice. The VC, as Agent completely within the UNICODE coding, Meanwhile, we need to deal with various complicated COM interface, so there are some problems. AgentShell is based on the Agent and applications between a shell, through its Agent can be complicated COM interface package, changing to a simple function call. to achieve good control of the Agent. While AgentShell also as an independent process, can be handled automatically read English and o
Platform: | Size: 721552 | Author: xpnt | Hits:

[Compress-Decompress algrithmslzwfordepresscoding

Description: LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c / bitio . h some support function, and support bits (bit) for the File I / O usage : Compression 4,558,302 E
Platform: | Size: 1912 | Author: 冯灿科 | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c / bitio.h some support function, support for bits (bit) for the File I / O usage : Huffman compression E
Platform: | Size: 1739 | Author: 冯灿科 | Hits:

[Mathimatics-Numerical algorithmsCCHDUlink

Description: 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画矩形函数实现。数值的输出通过VC自带的函数在相应的坐标点显示。链表的动态显示所涉及的问题是:在一个窗口中输出了图形是始终存在的。要实行动态显示,必须在一段区域内画一个足够大的图形(其中画笔和填充颜色都把它设为背景色,这样就能把原来的图形覆盖掉,然后把链表重画一下,这样就能实现动态显示。由此,对链表的相应操作后,通过上述操作,就能实现链表的动态实现了。-the subject involved in the operation of control from which to choose to create a linked list of types (with VC Radi o Button to achieve choice), then Edit Control (Edit Button), data entry, then create Listless from the interception control data into mathematical data, the income of Chain chain operation, in order to establish a linked list. Listless established, the request in the window to the graphic output Chain, window graphics, mainly using linear paintings and painted rectangular Function. The value of output by VC's own function in the corresponding coordinates suggests. Chain dynamic display of the issues involved are : a window graphics output is always exist. To implement dynamic display, in some regions must be painted a sufficiently large graphics (including brushes and f
Platform: | Size: 55799 | Author: 华姿翔 | Hits:

[TCP/IP stackMultiCast_Ser

Description: 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序服务端!-in Windows using the VC was made with the support of TCP I / O multiplexers. UDP Multicast and serial communication program of literacy services end!
Platform: | Size: 24505 | Author: OneGun | Hits:

[WinSock-NDISMultiCast_Cli

Description: 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序客户端!-in Windows using the VC was made with the support of TCP I / O multiplexers. UDP Multicast and serial communication program of literacy client!
Platform: | Size: 13134 | Author: OneGun | Hits:

[Other resourceGetLineByMapObjects

Description: 本程序是VC+MO的一个简单例子,对于初学GIS的朋友能起到抛砖引玉的作用! MapObjects是建立在微软的对象链接和嵌入(OLE)2.0基础之上的。OLE是当今得到最广泛支持的面向目标的软件集成技术。用户像用砖块盖房子一样利用OLE组件开发和集成Windows应用。一个OLE控件是一个可重复使用的软件组件。OLE控件可以将许多其他OLE对象包装在一个包中。这个包可以反映某些特定的功能,如统计图和多媒体等,并可以直接嵌入支持OLE的应用中。OLE对象具有特征和方法,可以通过对它们的编程来控制对象的外观、行为以及相互作用。MapObjects是一个提供制图与GIS功能的OLE控件,它包含了超过45个可编程OLE对象。MapObjects地图控件可以直接插入到许多标准开发环境的工具集中,可以通过属性页操纵地图。这些属性页是在诸如VC之类的开发环境中建立的,或者通过其他程序化相关对象来控制地图。这些对象为应用开发人员提供了有力的制图与GIS功能支持。 -this procedure MO VC is a simple example. For novice GIS friends will play the role of something! MapObjects is built on Microsoft's Object Linking and Embedding (OLE) 2.0 foundation. OLE is currently the most widely supported goal-oriented software integration technology. Users like a brick house built like using OLE component development and integration Windows applications. An OLE is a reusable software components. OLE can be many other OLE objects packed in a bag. The package will reflect certain specific functions, such as charts and multimedia. and can directly support OLE embedded applications. OLE object with features and methods, through their control of programming targeted to the appearance, behavior and interaction. MapObjects is a provider of mapping and GIS functions of O
Platform: | Size: 231431 | Author: qianyou | Hits:

[Other resource070105111827

Description: 提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其
Platform: | Size: 445401 | Author: 智慧男孩 | Hits:

[OS programNingzProject

Description: 采用VC++/MFC开发工具,以RAID磁盘阵列技术与计算机模拟为基础设计RAID0下的I/O请求性能模拟系统
Platform: | Size: 49962 | Author: fly_one_1 | Hits:

[Other resourcefacedetectionvc

Description: 人脸检测的VC代码 很好的一个东西 o(∩_∩)o
Platform: | Size: 225847 | Author: lksdhkjdf | Hits:

[USB developEasyUSB

Description: 可二次开发的可以编译通过的VC++6.0源代码,且有硬件开发套件。有了它,在你需要做一个USB产品开发时,所有要做的就是在PC上修改源代码、调用几个函数读写I/O口。
Platform: | Size: 82022 | Author: Jeff Shi | Hits:

[GDI-Bitmapo

Description: 用VC++做的渐变圆,可以灵活的用到您的界面设计中。-the good use of VC++
Platform: | Size: 4108288 | Author: wangjuan | Hits:

[VC/MFCVC-hurdles

Description: 《VC编程技术与难点剖析.辛长安》 本书以C++语法和VC++ 6.O MFC类库编程的重点与难点内容为主线,从实践应用的角度,结合 经典的实例阐述C++类的特性,深入剖析VC++,特别是MFC编程的体系结构,使有初级基础的读者能够快速掌握VC++的MFC程序设计思想和C++的语言精华。-" The VC programming techniques and difficult dissect. The Xinchang An MFC class library programming C++ syntax and VC++ 6.O important and difficult content" book line, from the point of view of practical application, combined with the the clarified C++ characteristics of the classic, in-depth parse VC++, the MFC programming architecture, the primary basis reader can quickly mastered the MFC program designed VC++ thinking and C++ the language essence.
Platform: | Size: 18229248 | Author: sdjgkj | Hits:

[Windows DevelopGPS单点定位源代码

Description: 可读N文件,O文件,可实现GPS伪距单点定位(Readable N file, O file, you can achieve GPS pseudo range, single point positioning)
Platform: | Size: 5018624 | Author: 木槿何溪 | Hits:

[GUI Develop窗口+工具栏+最小化halfbymyself

Description: 对话框,窗体工具栏的设置和对话框的设置,基于windows 下的窗口编程(di al o g vc b fx g g fxj jgh czv fb b fdf dfd fgdf fdbdf df fd dd gbd ff g f)
Platform: | Size: 15298560 | Author: tops | Hits:

[OtherVC++ USB

Description: USB开发设备通常有一个或多个配置; 配置通常有一个或多个接口; 接口通常有一个或多个设置; 接口有零或多个端点。(USB is a based library that implements a relay from endpoints to a pair of I/O resources)
Platform: | Size: 155648 | Author: KIGA | Hits:

[Remote ControlVC++ Socket远程桌面控制

Description: ok破口o珀靠靠哦技能点都不为难动物的发帖为荣改天我说(asdADAINOINOINWDPIWND)
Platform: | Size: 84992 | Author: LAN999 | Hits:

[Windows Develop矩阵运算程序

Description: 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O)
Platform: | Size: 244736 | Author: theisness | Hits:

[Windows Develop简单拼音输入法程序

Description: 程序实现命令行模式简单的拼音输入,用于c语言学习结构体,字符串I/O,指针等知识(The program implements the simple Pinyin input of the command line mode, which is used to learn the structure of the C language, the string I/O, the pointer and so on.)
Platform: | Size: 272384 | Author: theisness | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net